github.com/jackc/pgx/v5.baseRows.Err (method, view implemented interface methods)

9 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L98: 	if rows.Err() != nil {
		rows.go#L99: 		return rows.Err()
		rows.go#L110: 		if rows.Err() == nil {
		rows.go#L113: 		return rows.Err()
		rows.go#L118: 	return rows.Err()
		rows.go#L205: func (rows *baseRows) Err() error {
		rows.go#L327: 		if rows.Err() != nil {
		rows.go#L328: 			return nil, rows.Err()
		rows.go#L332: 	return values, rows.Err()